- Elementor MCP
Elementor MCP
This is a simple MCP server for Elementor. It is used to perform CRUD operations on the Elementor data for a given page.
Overview
Elementor MCP Server
We recommand you to use this template project to manage your Elementor project.
This is a simple MCP server for Elementor. It is used to perform CRUD operations on the Elementor data for a given page.
Installation
Configure the MCP server in your mcp.json file. Note the environment variables are required.
- WP_URL: The URL of the target website.
- WP_APP_USER: The username of the target website. Note: it's the username to login the target website, not the application name.
- WP_APP_PASSWORD: The application password of the target website, keep the space. You can create one in the target website's WordPress dashboard, see Generating Manually Section in this page.
MacOS / Linux
{
"mcpServers": {
"Elementor MCP": {
"command": "npx",
"args": ["-y", "elementor-mcp"],
"env": {
"WP_URL": "https://url.of.target.website",
"WP_APP_USER": "wordpress_username",
"WP_APP_PASSWORD": "Appl icat ion_ Pass word"
}
}
}
}
Windows
{
"mcpServers": {
"Elementor MCP": {
"command": "cmd",
"args": ["/c", "npx", "-y", "elementor-mcp"],
"env": {
"WP_URL": "https://url.of.target.website",
"WP_APP_USER": "wordpress_username",
"WP_APP_PASSWORD": "Appl icat ion_ Pass word"
}
}
}
}
License
This project is licensed under the MIT License
Server Config
{
"mcpServers": {
"Elementor MCP": {
"command": "npx",
"args": [
"-y",
"elementor-mcp"
],
"env": {
"WP_URL": "https://url.of.target.website",
"WP_APP_USER": "wordpress_username",
"WP_APP_PASSWORD": "Appl icat ion_ Pass word"
}
}
}
}Project Info
Created At
a year agoUpdated At
a year agoAuthor Name
aguaitechStar
-Language
-License
-Recommend Servers
View AllMcp Server Chatsum
@chatmcp
summarize chat message
typescript
a year ago
Playwright Mcp
@microsoft
Playwright MCP server
TypeScript
10 months ago
Filesystem
@modelcontextprotocol
a month ago
Gemina Filetag
@Gemina
2 days ago
Amap Maps
@amap
高德地图官方 MCP Server
a year ago